From 6e3d364ec0c5ae3eaa94f090cc22b4945bdc8dcf Mon Sep 17 00:00:00 2001 From: Debian Science Team Date: Tue, 12 Jan 2021 21:06:04 +0000 Subject: [PATCH] Don't fail tests because we don't ship test data This applies to users running them; our build/autopkgtest re-enable this and use the data from the source tree Author: Yaroslav Halchenko Forwarded: no Gbp-Pq: Name deb_no_strict_data.patch --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index ee5725e3..08f1eb6e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -55,7 +55,7 @@ exclude = minversion = 4.0.2 testpaths = pandas doctest_optionflags = NORMALIZE_WHITESPACE IGNORE_EXCEPTION_DETAIL ELLIPSIS -addopts = --strict-data-files +# addopts = --strict-data-files xfail_strict = True filterwarnings = error:Sparse:FutureWarning -- 2.30.2